home *** CD-ROM | disk | FTP | other *** search
- From: Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
- Date: Wed, 4 May 94 10:50:00 +0200
- Message-Id: <9405040850.AA02722@issan.informatik.uni-dortmund.de>
- To: schwab@issan.informatik.uni-dortmund.de
- In-Reply-To: <9404280829.AA02125@issan.informatik.uni-dortmund.de> (message from Andreas Schwab on Thu, 28 Apr 94 10:29:13 +0200)
- Subject: Re: mint library fgetc
-
- You write:
-
- |> brad@tazboy.Jpl.Nasa.Gov (Brad Pickering) writes:
- |> |> I have been playing around with Scheme->C under MiNT, trying
- |> |> to track down why it doesn't work the same as under UNIX on
- |> |> the Sun. If anybody has ported Scheme->C to MiNT, could you
- |> |> let me know.
-
- |> I don't know about Scheme->C, but Jacal, the scheme to c compiler for
- |> scm, runs strait out of the box. It is available from any GNU
- |> archive.
-
- |> |> [...]
- |> |> Below is part of the code for filbuf in the MiNT library. It looks
- |> |> like the EOF flag is not set if the file has the IODEV flag set. I
- |> |> don't think this code should care what kind of device it is reading
- |> |> from. What do you think?
-
- |> Yes, i think this is a bug. EOF is EOF, whether it comes from a
- |> terminal doesn't matter. If a program wants to continue reading from
- |> the terminal after EOF, it should execute clearerr(f).
-
- |> +------------------------------------------------------------------------+
- |> Andreas Schwab "And now for something
- |> schwab@ls5.informatik.uni-dortmund.de completely different"
- |> * Linux/Atari is coming soon, stay tuned * But don't hold your breath... *
-
-